cleol
[mcs.git] / tests / test-410.cs
blob2a21c465cda3be6303e2c44db92737b71414390f
1 // Compiler options: -r:test-410-lib.dll
3 using System;
4 using Q;
6 public class B {
7 public static int Main() {
8 return (A.ToString() == "Hello world!") ? 0 : 1;