xref: /openbsd-src/gnu/llvm/clang/runtime/compiler-rt/clang_linux_test_input.c (revision a9ac8606c53d55cee9c3a39778b249c51df111ef)
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(){}
5