1 // { dg-additional-options -fmodules-ts }
2 
3 module foo;
4 
frob()5 void frob ()
6 {
7   to_string ();
8 }
9