blob: f1ffb94b98c6de1983ccbcb5a5de0945b69ce67e [file] [log] [blame]
// RUN: clang %s -fsyntax-only
// Test the X can be overloaded inside the struct.
typedef int X;
struct Y { short X; };