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

10 lines
80 B
C
Raw Normal View History

/*
* RUN: ignore
*/
#include <stdio.h>
void test() {
printf("hello\n");
}