• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This tests the use of the character class regexp syntax
3  * '[[:something]]' in the ini file, as part of a property value.
4  *
5  * Compile it with:
6  *   gcc -c -g test38-char-class-in-ini-v0.c
7  *
8  */
9 struct S
10 {
11   int m0;
12 };
13 
14 void
foo(struct S * s)15 foo(struct S* s __attribute__((unused)))
16 {
17 }
18