aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/plugin/cpython-plugin-test-no-Python-h.c
blob: c105074042a4f2cde397adcb7de5766fff01e5f2 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-fanalyzer" } */
/* { dg-require-effective-target analyzer } */
/* { dg-message "'Python/C API' definitions not found. Please ensure to '#include <Python.h>'." "" { target *-*-* } 0 } */

void test_no_python_plugin ()
{
}