bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/declare-use/f.h
2025-02-14 19:21:04 +01:00

6 lines
80 B
C

#ifndef F_H
#define F_H
#include "a.h"
#include "b.h"
const int f = a+b;
#endif