d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / b19002.d
blobfd8e6d18b37fb734c1decee1f896359ccf93ba6a
1 module b19002;
3 void printf(scope const char* format){}
5 void main()
7 printf(__FILE__);
8 printf(__FILE_FULL_PATH__);
9 printf(__FUNCTION__);
10 printf(__PRETTY_FUNCTION__);
11 printf(__MODULE__);