test-globals: print something when calling main
This shows that constructors and destructors are called in correct order
This commit is contained in:
parent
991647bc8f
commit
50ab391133
|
@ -10,5 +10,5 @@ foo_t foo;
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
printf("main\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue