xref: /third_party/libabigail/tests/data/test-diff-dwarf/test31-vtable-changes-v1.cc
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/libabigail/tests/data/test-diff-dwarf/
1e01aa904Sopenharmony_ci// Compile this with :
2e01aa904Sopenharmony_ci//  gcc -g -Wall -c test31-vtable-changes-v1.cc
3e01aa904Sopenharmony_ci
4e01aa904Sopenharmony_cistruct S
5e01aa904Sopenharmony_ci{
6e01aa904Sopenharmony_ci  virtual ~S();
7e01aa904Sopenharmony_ci  virtual void fn1();
8e01aa904Sopenharmony_ci};
9e01aa904Sopenharmony_ci
10e01aa904Sopenharmony_ciS::~S()
11e01aa904Sopenharmony_ci{}
12e01aa904Sopenharmony_ci
13e01aa904Sopenharmony_civoid
14e01aa904Sopenharmony_ciS::fn1()
15e01aa904Sopenharmony_ci{}
16

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