dmd/compiler/test/compilable/test13512.d
2022-07-09 18:53:07 +02:00

8 lines
96 B
D

#!/opt/dmd/ÐÒÏÂÙ/rdmd
import core.stdc.stdio;
void main () {
printf("we are here!\n");
}