aboutsummaryrefslogtreecommitdiff
path: root/tests/errors/non_arithmetic_type_arithmetic.amal
blob: 6635d061bd8578f8e3cdc618d59f10ac1175e5ad (plain)
1
2
3
4
const main = fn {
    const value = "hello, world";
    const value2 = value + value;
}