summaryrefslogtreecommitdiffstats
path: root/test/input/Typedef-to-extern-C-FundamentalType-mode.cxx
blob: 3e966f0d5ff8f64ecfd0ef7b8054dc0dcc72e3ba (plain)
1
2
3
extern "C" {
  typedef int start __attribute__ ((__mode__ (__HI__)));
}