1! { dg-do link }
2! { dg-options "-g" }
3! { dg-additional-sources namelist_83_2.f90 }
4!
5! Note: compilation would be sufficient, but "compile" cannot be combined
6! with dg-additional-sources.
7!
8! PR fortran/59440
9!
10! Contributed by Harald Anlauf
11!
12! Was ICEing during DWARF generation.
13!
14! This is the first file - dg-additional-sources contains the second one
15!
16
17module mo_t_datum
18  implicit none
19  integer :: qbit_conv = 0
20end module mo_t_datum
21
22! { dg-final { cleanup-modules "gfcbug126" } }
23