mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
4 lines
73 B
D
4 lines
73 B
D
// REQUIRED_ARGS: -O
|
|
// PERMUTE_ARGS:
|
|
|
|
void fn(uint x){uint a = 0 << x;}
|