module foo.bar; /+ a (foo): TIME=1 +/ struct Option{ string file; } void fun(){ int a; } /* a (foo): TIME=1 */ struct Option{ string file; } void fun(){ int a; }
module foo.bar;
/+
a (foo):
TIME=1
+/
struct Option{
string file;
}
void fun(){
int a;
}
/*
a (foo):
TIME=1
*/
struct Option{
string file;
}
void fun(){
int a;
}