forked from OSchip/llvm-project
parent
ef1f36d3c7
commit
5fbc72bfd5
|
@ -23,7 +23,7 @@ int f4(int x) {
|
|||
return y; // expected-warning {{use of uninitialized variable}}
|
||||
}
|
||||
|
||||
int f5() {
|
||||
void f5() {
|
||||
int a;
|
||||
a = 30; // no-warning
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue