blob: 276a7d2a2a04c4272bffc41ef50b630227593b8c [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
module foo;
void m ()
{
foo ('a');
foo (0);
}