[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Headers / int64-type.c
blob442f8a0cc23022e783b1acac3fa07e85c4350e37
1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -verify %s -ffreestanding
2 // expected-no-diagnostics
4 #include <stdint.h>
5 typedef unsigned long long uint64_t;