// Test identical code folding handling.
#include <stdio.h>
int foo() {
return 0;
}
int bar() {
int main() {
return foo();