blob: 16b42d2d7f8f4d1920c1cb031311701b73add7ea [file] [log] [blame]
Daniel Dunbar7f3a5452010-06-30 06:30:56 +00001// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -verify %s -ffreestanding
2
3#include <stdint.h>
4typedef unsigned long long uint64_t;