// SPDX-License-Identifier: {{ license.id }}
#include "{{ name | hypens_to_underscores ~ ".h"}}"

int main()
{
    return 0;
}
