repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git]
/
test
/
Headers
/
int64-type.c
blob
16b42d2d7f8f4d1920c1cb031311701b73add7ea
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -verify %s -ffreestanding
2
3
#include <stdint.h>
4
typedef
unsigned long long uint64_t
;