Newer
Older
# It shouldn't be possible to index strings (wrong side of the type relaxation)
# Output:
# #semantic_error#
# Exit:
# 200
# Program:
begin
string str = "hello world";
char x = str[0]
end
# It shouldn't be possible to index strings (wrong side of the type relaxation)
# Output:
# #semantic_error#
# Exit:
# 200
# Program:
begin
string str = "hello world";
char x = str[0]
end