Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/NonStd/NonStdGetPID.gc
module NonStdGetPID where import NHC.GreenCard %fun getPID :: IO Int %code i = (int)getpid(); %result (int i)