1 // REQUIRED_ARGS: -de test1()2 void test1() 3 { 4 import core.stdc.stdio; 5 core.stdc.stdio.printf(""); 6 } 7