blob: da49afedbc7a9c23bd8d94a78c9d09e26c9cf59d [file] [log] [blame]
// RUN: clang-cc -S -g -o %t.s %s
void foo() {
int i = 0;
i = 42;
}