bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/dependency-gen.h

12 lines
130 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
//#ifndef DEPENDENCY_GEN_H
//#define DEPENDENCY_GEN_H
#include "dependency-gen-included.h"
void f() {
g();
h();
}
//#endif