mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
10 lines
136 B
D
10 lines
136 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/fix21165.d(9): Error: undefined identifier `foo`
|
|
---
|
|
*/
|
|
|
|
// Test case from Issue #21165
|
|
foo
|
|
f() {}
|