Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2977 → Rev 2978

/branches/dynload/uspace/app/dltest/dltest.c
53,16 → 53,16
}
 
 
static void test(void)
/*static void test(void)
{
kputint(-1);
kputint(42);
while(1);
}
}*/
 
int main(int argc, char *argv[])
{
test();
// test();
/* Unreachable, yet. Just to create a relocation entry */
test_func();
return 0;