1 // { dg-require-effective-target shared }
2 // { dg-options "-shared-libphobos" }
3 // { dg-shouldfail "unknowngc" }
4 // { dg-output "No GC was initialized, please recheck the name of the selected GC \\('unknowngc'\\)." }
7 extern(C
) __gshared string
[] rt_options
= [ "gcopt=gc:unknowngc" ];
11 // GC initialized upon first call -> Unknown GC error is thrown