brintos

brintos / llvm-project-archived public Read only

0
0
Text · 130 B · 2671e26 Raw
12 lines · c
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