brintos

brintos / llvm-project-archived public Read only

0
0
Text · 140 B · e65ce98 Raw
5 lines · c
1// This file is used to check if we can produce working executables2// for i386 and x86_64 archs on Linux.3#include <stdlib.h>4int main(){}5