xref: /llvm-project/clang/test/PCH/Inputs/pragma-once.h (revision fe58327146b212433f9d015c1f6d60d076ad8475)
1 #pragma once
2 
3 /* For use with the pragma-once.c test */
4 
5 int x = 3;
6