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; };