(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
plugin/
location-overflow-test-pr96391.c
       1  /* { dg-options "-fplugin-arg-location_overflow_plugin-value=0x60000001" } */
       2  
       3  /* We use location_overflow_plugin.c, which injects the case that location_t
       4     values have exceeded LINE_MAP_MAX_LOCATION_WITH_COLS, and hence no column
       5     numbers are available.  */
       6  
       7  /* Verify that we're in column-less mode.  */
       8  extern unknown_type test; /* { dg-error "-:'unknown_type' does not name a type" } */
       9  
      10  #define CONST const
      11  #define VOID void
      12  typedef CONST VOID *PCVOID;