aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/types.c
blob: f1ffb94b98c6de1983ccbcb5a5de0945b69ce67e (plain)
1
2
3
4
5
6
// RUN: clang %s -fsyntax-only

// Test the X can be overloaded inside the struct.
typedef int X; 
struct Y { short X; };