Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ada43f6337e430a38f007778a5ebb7e022bb9c2d
/
.
/
clang
/
runtime
/
compiler-rt
/
clang_linux_test_input.c
blob: e65ce9860af44a8c5707ac91f53cf31a2cddff70 [
file
] [
log
] [
blame
]
Alexey Samsonov
be5ae06
2012-10-09 16:03:52 +0000
[
diff
] [
blame
]
1
// This file is used to check if we can produce working executables
2
// for i386 and x86_64 archs on Linux.
3
#include
<stdlib.h>
4
int
main
(){}