blob: 5604435883eb08feb2696df384d90daaf50b9843 [file] [log] [blame]
#include "module.h"
__root int i;
__root int main()
{
i = INTERNAL;
return i;
}