[WebAssembly] Fix asan issue from https://reviews.llvm.org/D121349
[llvm-project.git] / flang / test / Semantics / resolve06.f90
blob8c324a95f8b6df9bbc0abdb04db483145b81f6e9
1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 implicit none
3 allocatable :: x
4 integer :: x
5 !ERROR: No explicit type declared for 'y'
6 allocatable :: y
7 end