aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Frontend/Inputs/test2.h
blob: 92250dca3d5d2bf7f1331d154115a849f4cceb48 (plain)
1
2
3
4
5
6
#ifndef TEST2_H
#define TEST2_H

int x;

#endif