blob: 90b4ce9243c527ef1b66fae67b3430b0836c561a [file] [log] [blame]
// -*- mode: c++ -*-
#include <stdio.h>
namespace gen {
void baz() {
printf("hello baz\n");
}
}