hanchenye-llvm-project/llvm/test/LLVMC/test_data/together.c

6 lines
57 B
C

#include <stdio.h>
void test() {
printf("hello\n");
}