summaryrefslogtreecommitdiffstats
path: root/test/Headers/int64-type.c
blob: 442f8a0cc23022e783b1acac3fa07e85c4350e37 (plain)
1
2
3
4
5
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -verify %s -ffreestanding
// expected-no-diagnostics

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