mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
11 lines
139 B
D
11 lines
139 B
D
// COMPILED_IMPORTS: imports/b33a.d
|
|
// PERMUTE_ARGS:
|
|
|
|
module b33;
|
|
|
|
private import imports.b33a;
|
|
|
|
size_t fn()
|
|
{
|
|
return find( "123" );
|
|
}
|