aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gm2/cse/pass/testcse54.mod
blob: 5cc1e64571a6315c10c826e89204936723e279d2 (plain)
1
2
3
4
5
6
7
MODULE testcse54 ;

VAR
   a: ARRAY [0..10] OF CHAR ;
BEGIN
   a := 'hello'
END testcse54.