1 systemfunc()2 void systemfunc() @system {} 3 4 @safe callingsystem()5 void callingsystem() 6 { 7 systemfunc(); 8 } 9