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

Indexes created Thu Nov 07 10:32:03 CST 2024