mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 19:31:50 +00:00
Test that the size of a view converted object is determined by the target
type, not the source type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35106 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e70ef98043
commit
edd174bcca
7
test/AdaFrontend/vce.adb
Normal file
7
test/AdaFrontend/vce.adb
Normal file
@ -0,0 +1,7 @@
|
||||
-- RUN: %llvmgcc -c %s -o /dev/null
|
||||
procedure VCE is
|
||||
S : String (1 .. 2);
|
||||
B : Character := 'B';
|
||||
begin
|
||||
S := 'A' & B;
|
||||
end;
|
Loading…
x
Reference in New Issue
Block a user