Fix PR2506 by being a bit more careful about reverse fact propagation when
[oota-llvm.git] / test / FrontendAda / asm.adb
1 -- RUN: %llvmgcc -c %s
2 with System.Machine_Code;
3 procedure Asm is
4 begin
5    System.Machine_Code.Asm ("");
6 end;