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