Summary: Imported small internal tests: - fallthrough-to-noop.test (cherry picked from FBD32158100)
7 lines
47 B
C
7 lines
47 B
C
#include <stdio.h>
|
|
|
|
int baz() {
|
|
return 0;
|
|
}
|
|
|