linux-atomic.c (__kernel_cmpxchg): Change argument 1 to volatile void *.
[official-gcc.git] / libphobos / testsuite / libphobos.exceptions / unknown_gc.d
blobeb95aeed036de95b618f287c140afbcff169e86e
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'\\)." }
5 extern(C) __gshared string[] rt_options = [ "gcopt=gc:unknowngc" ];
7 void main()