Skip to content

Instantly share code, notes, and snippets.

@komiga
Last active December 15, 2015 10:38
Show Gist options
  • Select an option

  • Save komiga/5246722 to your computer and use it in GitHub Desktop.

Select an option

Save komiga/5246722 to your computer and use it in GitHub Desktop.
Clangmaster falls again.
struct P {};
using C = P[];
struct T {
C const& ref;
};
union U {
T t;
};
signed main() {
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment