mirror of
https://github.com/openharmony/third_party_libabigail.git
synced 2026-07-18 08:47:26 -04:00
32100fbaff
update version
16 lines
280 B
C++
16 lines
280 B
C++
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
// -*- Mode: C++ -*-
|
|
//
|
|
// Copyright (C) 2020-2023 Google, Inc.
|
|
//
|
|
// Author: Matthias Maennich
|
|
|
|
/// @file
|
|
///
|
|
/// This program tests libabigail's symtab reader.
|
|
|
|
#include "lib/catch.hpp"
|
|
|
|
#include "abg-symtab-reader.h"
|
|
|