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