xref: /minix3/external/bsd/llvm/dist/clang/runtime/compiler-rt/clang_linux_test_input.c (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
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>
main()4 int main(){}
5