// COMPILED_IMPORTS: imports/b33a.d
// PERMUTE_ARGS:
module b33;
private import imports.b33a;
size_t fn()
{
    return find( "123" );
}
// COMPILED_IMPORTS: imports/b33a.d
// PERMUTE_ARGS:
module b33;
private import imports.b33a;
size_t fn()
{
    return find( "123" );
}