repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Headers
/
int64-type.c
blob
442f8a0cc23022e783b1acac3fa07e85c4350e37
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -verify %s -ffreestanding
2
// expected-no-diagnostics
3
4
#include <stdint.h>
5
typedef
unsigned long long uint64_t
;