test-globals: print something when calling main

This shows that constructors and destructors are called in correct order
This commit is contained in:
Bananymous 2024-08-28 17:09:07 +03:00
parent 991647bc8f
commit 50ab391133
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ foo_t foo;
int main() int main()
{ {
printf("main\n");
} }