mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
9 lines
132 B
D
9 lines
132 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/fail78.d(9): Error: undefined identifier `inch`
|
|
---
|
|
*/
|
|
|
|
auto yd = ft * 3;
|
|
auto ft = inch * 12;
|