mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-07 12:07:17 +00:00
10 lines
80 B
C
10 lines
80 B
C
|
/*
|
||
|
* RUN: ignore
|
||
|
*/
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
void test() {
|
||
|
printf("hello\n");
|
||
|
}
|