More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)
[llvm.git] / test / FrontendAda / non_lvalue.adb
blob157f3ddd287fb36c0a2b400272f68c4f70238a4e
1 -- RUN: %llvmgcc -c %s -I%p/Support
2 package body Non_LValue is
3 function A (Y : U) return String is
4 begin
5 return Y.X.B;
6 end;
7 end;