summaryrefslogtreecommitdiffstats
path: root/tests/ir/string-literal-module.slang
blob: 96fb62088487873027dcfac86d6e5fa6f12d04c5 (plain)
1
2
3
4
5
6
//TEST_IGNORE_FILE:

int doSomethingElse()
{
    return getStringHash("Try another");
}