[getValue]
resulttype = String;
setup = setup1();
{
    result = "Hallo, Welt!";
    checker = EQUALS;
}

[getValue]
resulttype = String;
setup = setup2();
{
    result = "Hello, World!";
    checker = EQUALS;
}
