6 lines
78 B
C
6 lines
78 B
C
// RUN: clang-cc -S -g -o %t.s %s
|
|
void foo() {
|
|
int i = 0;
|
|
i = 42;
|
|
}
|