view tests/mini/compile_bug174_enclosing_on_break.d @ 1359:34f2fd925de3

Intrinsics shouldn't see struct padding, so use a special TargetABI for them that removes it. This unbreaks the `llvm_*_with_overflow` intrinsics.
author Frits van Bommel <fvbommel wxs.nl>
date Sat, 16 May 2009 13:06:49 +0200
parents d51551cb3a85
children
line wrap: on
line source

void main()
{
  scope Object o;
  switch(0)  {}
}