/* Constant index test */

proc main()
{
    "Hello[1] = ", "Hello"[1], "\n";
}