mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-04 01:51:31 +00:00
5a403195b3
llvm-svn: 50761
10 lines
80 B
C
10 lines
80 B
C
/*
|
|
* RUN: ignore
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
|
|
void test() {
|
|
printf("hello\n");
|
|
}
|