summaryrefslogtreecommitdiffstats
path: root/scripts/t/license-testdata/bad/noheader.cpp
blob: 56a3920dd219274597cdceedbcdbfef7a52143d0 (plain)
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;
};