Clang Project
clang_source_code
/
test
/
PCH
/
Inputs
/
pragma-once.h
1
#pragma once
2
3
/* For use with the pragma-once.c test */
4
5
int x = 3;
6