clang_linux_test_input.c 140 B

1234
  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(){}