aboutsummaryrefslogtreecommitdiff
path: root/test/Headers/int64-type.c
blob: 16b42d2d7f8f4d1920c1cb031311701b73add7ea (plain)
1
2
3
4
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -verify %s -ffreestanding

#include <stdint.h>
typedef unsigned long long uint64_t;