blob: 2c667ae0cb9764e75d1df773a622f2ebd19c9fb5 (
plain)
1
2
3
4
5
6
7
8
9
|
! { dg-do compile }
! PR 19259 Semicolon cannot start a line
x=1; y=1;
x=2;;
x=3;
; ! { dg-error "Semicolon at" }
;; ! { dg-error "Semicolon at" }
900 ; ! { dg-error "Semicolon at" }
end
|