1 //#ifndef DEPENDENCY_GEN_H 2 //#define DEPENDENCY_GEN_H 3 4 #include "dependency-gen-included.h" 5 6 void f() { 7 g(); 8 h(); 9 } 10 11 //#endif 12