[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / PCH / Inputs / pragma-once.h
blob831cf553c764838ed844d8e0bca38ca3cd066dcb
1 #pragma once
3 /* For use with the pragma-once.c test */
5 int x = 3;