1 2 3 4 5 6 7 8
/* This is a C++ file with no license header - bad! */ // This file doesn't qualify for the "short header exemption" struct Foo { int i; int j; int k; };