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