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

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