mirror of
https://github.com/danog/gllvm.git
synced 2025-01-06 05:38:21 +01:00
5 lines
60 B
C
5 lines
60 B
C
|
#include <stdio.h>
|
||
|
int main(void) {
|
||
|
printf("test\n");
|
||
|
}
|