Clang Project

clang_source_code/test/Index/Inputs/pragma-once.h
1#pragma once
2int i;
3
4