blob: 6eedbe3713a2e76095f2fddc901bcc76817392bf [file] [log] [blame]
/*
* This tests the use of the character class regexp syntax
* '[[:something]]' in the ini file, as part of a property value.
*
* Compile it with:
* gcc -c -g test38-char-class-in-ini-v0.c
*
*/
struct S
{
int m0;
};
void
foo(struct S* s __attribute__((unused)))
{
}