blob: 074ff75a4231c545211657fa7f44daa83f0d1a25 [file] [log] [blame]
// Purposely leave off the return type to create a warning.
foo()
{
return 0;
}