summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/b33.d
blob: cba6fe2272f4cf425124628608283b60dbab3cce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// COMPILED_IMPORTS: imports/b33a.d
// PERMUTE_ARGS:

module b33;

private import imports.b33a;

size_t fn()
{
    return find( "123" );
}