mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
7 lines
145 B
D
7 lines
145 B
D
// https://issues.dlang.org/show_bug.cgi?id=23089
|
|
extern(System) int i23089;
|
|
|
|
extern(System):
|
|
|
|
alias F23089 = void function(int);
|
|
F23089 f23089;
|