/* test.c */
#include "header.h"
int main()
{
    printf("Hello world!\n");
}
