/* File: include1.c This program demonstrates what #include does. */ #include int main() { #include "hello.c" return 0 ; }