mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 00:37:41 +01:00
10 lines
302 B
D
10 lines
302 B
D
|
// { 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()
|
||
|
{
|
||
|
}
|