1 /* { dg-do compile } */
2 /* { dg-options "-fdiagnostics-format=sarif-file" } */
4 /* Verify our SARIF output for a translation unit with no diagnostics. */
8 /* Verify that some JSON was written to a file with the expected name:
9 { dg-final { verify-sarif-file } } */
11 /* Use a Python script to verify various properties about the generated
13 { dg-final { run-sarif-pytest no-diagnostics.c "test-no-diagnostics.py" } } */