summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/merge-vtable-codegen/a.h
blob: c2885379aa414f427ba18a624e4c8386a10935b8 (plain)
1
2
3
4
5
6
7
8
#ifndef A_H
#define A_H

struct A {
  virtual void x();
};

#endif
OpenPOWER on IntegriCloud