dmd/compiler/test/compilable/deprecatedinref.d
2023-07-22 08:06:51 -07:00

2 lines
45 B
D

void foo(in ref int);
void foor(ref in int);