summaryrefslogtreecommitdiffstats
path: root/pattern/string-expr.cmm
blob: 42890b3c4433599f8783a24ed9b8db82e06cdec0 (plain) (blame)
1
2
3
4
5
int main(void) {
    int a;
    a = 123456 + "STRING";
    return 0;
}