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