#include int main() { printf("First call\n"); printf("Second call\n"); printf("Third call\n"); return 0; }