1 // PR 99294, ICE with -fno-module-lazy on class completeness
2 // { dg-additional-options {-fmodules-ts -fno-module-lazy} }
3 
4 #include "pr99294.h"
5 import foo;
6 
Quux()7 string Quux ()
8 {
9   return 1;
10 }
11 
12 // ICED complaining about Quux RETURN_DECL during gimple expand
13