blob: 94f614a912692ca71ff60d1197028314fc85cd49 [file] [log] [blame]
// REQUIRED_ARGS: -de
module test143; // Bugzilla 143
import imports.test143;
void bar(int)
{
}
void foo()
{
bar(x);
}