10 lines
302 B
D
Raw Normal View History

2022-07-15 14:33:44 +02:00
// { dg-require-effective-target shared }
// { dg-options "-shared-libphobos" }
// { dg-shouldfail "unknowngc" }
// { dg-output "No GC was initialized, please recheck the name of the selected GC \\('unknowngc'\\)." }
extern(C) __gshared string[] rt_options = [ "gcopt=gc:unknowngc" ];
void main()
{
}