aboutsummaryrefslogtreecommitdiff
path: root/test/typedef-qual.c
blob: b027dabeea4966647649efcd314702b2ee87370c (plain)
1
2
3
typedef const int T;
const int x;
T x;