1//#ifndef DEPENDENCY_GEN_H2//#define DEPENDENCY_GEN_H3 4#include "dependency-gen-included.h"5 6void f() {7 g();8 h();9}10 11//#endif12