blob: c04d9ee5dc72c77ec45fcbfe45e78734f1d427b0 [file] [log] [blame]
void function() @system sysfuncptr;
@safe
void callingsystem()
{
sysfuncptr();
}