blob: e71739422de34a3c746c404260257a182caaf565 [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-v1.c
*
*/
struct S
{
int m0;
};
void
foo(struct S* s __attribute__((unused)))
{
}
void
bar()
{
}