summaryrefslogtreecommitdiffstats
path: root/test/Index/Core/Inputs/transitive-include.h
blob: b6564d89bd22aa3f6c569012f288c034d6ebd934 (plain)
1
2
3
4
5
6
#include "system-head.h"

struct Point {
  int x;
  int y;
};