The original patch got reverted because it broke `check-lldb` on a clean build. This fixes that. llvm-svn: 374201
5 lines
55 B
C
5 lines
55 B
C
int main() {
|
|
int x = 47; // REGEX-THIS
|
|
return x;
|
|
}
|