blob: 9af0894310d309a2162bd29b97f2da6dec7fed10 [file]
/* { dg-do compile } */
/* { dg-options "-fdiagnostics-add-output=experimental-html:javascript=no" } */
/* { dg-require-dot "" } */
extern void here (void);
void test_graphs (void)
{
here (); /* { dg-error "this is a placeholder error, with graphs" } */
}
/* Use a Python script to verify various properties about the generated
HTML file:
{ dg-final { run-html-pytest diagnostic-test-graphs-html.c "diagnostic-test-graphs-html.py" } } */