xref: /aosp_15_r20/external/compiler-rt/make/platform/clang_linux_test_input.c (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
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