blob: 9cc4dd7298dd9b54c91ac5d538d4b0e0e583e57d [file] [log] [blame]
/* TEST_OUTUT:
---
---
*/
void test(string s = __FUNCTION__ ~ __MODULE__ ~ __FUNCTION__)
{
assert(s == "test19688.maintest19688test19688.main");
}
void main()
{
test();
}