summaryrefslogtreecommitdiff
path: root/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/unknown_gc.d
blob: eb95aeed036de95b618f287c140afbcff169e86e (plain)
1
2
3
4
5
6
7
8
9
// { 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()
{
}