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