diff options
Diffstat (limited to 'gnu/llvm/clang/runtime/compiler-rt/clang_linux_test_input.c')
-rw-r--r-- | gnu/llvm/clang/runtime/compiler-rt/clang_linux_test_input.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/llvm/clang/runtime/compiler-rt/clang_linux_test_input.c b/gnu/llvm/clang/runtime/compiler-rt/clang_linux_test_input.c new file mode 100644 index 00000000000..e65ce9860af --- /dev/null +++ b/gnu/llvm/clang/runtime/compiler-rt/clang_linux_test_input.c @@ -0,0 +1,4 @@ +// This file is used to check if we can produce working executables +// for i386 and x86_64 archs on Linux. +#include <stdlib.h> +int main(){} |