struct Indexed {}; struct NotIndexed {}; int main() { Indexed indexed; NotIndexed not_indexed; return 0; // break here }