8 lines
84 B
C++
8 lines
84 B
C++
#include "module.h"
|
|
__root int i;
|
|
__root int main()
|
|
{
|
|
i = INTERNAL;
|
|
return i;
|
|
}
|