freebsd-dev/test/Headers/int64-type.c
2010-07-13 17:21:42 +00:00

5 lines
133 B
C

// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -verify %s -ffreestanding
#include <stdint.h>
typedef unsigned long long uint64_t;