[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git] / test / Headers / int64-type.c
blob16b42d2d7f8f4d1920c1cb031311701b73add7ea
1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -verify %s -ffreestanding
3 #include <stdint.h>
4 typedef unsigned long long uint64_t;