(* Test that the string concatenation syntax in CameLIGO works *) let concat_syntax (s: string) = s ^ "test_literal"