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