mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
10 lines
71 B
C
10 lines
71 B
C
|
|
inline int dup()
|
|
{
|
|
return 73;
|
|
}
|
|
|
|
void *abc()
|
|
{
|
|
return &dup;
|
|
}
|