| -------------------------------------------------------------------------------- |
| Template file for use with tools/src/cmd/gen to generate attribute_test.cc |
| To update the generated file, run: |
| * tools/src/cmd/gen for structures used by this template |
| * https://golang.org/pkg/text/template/ for documentation on the template syntax |
| -------------------------------------------------------------------------------- |
| {{- Import "src/tint/templates/enums.tmpl.inc" -}} |
| {{- $enum := (Sem.Enum "attribute") -}} |
| #include "src/tint/builtin/attribute.h" |
| #include "src/tint/utils/string.h" |
| namespace tint::builtin { |
| {{ Eval "TestParsePrintEnum" $enum}} |
| } // namespace tint::builtin |