|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
// -*- Mode: C++ -*-
|
|
//
|
|
// Copyright (C) 2020 Google, Inc.
|
|
//
|
|
// Author: Matthias Maennich
|
|
|
|
/// @file
|
|
///
|
|
/// This program tests libabigail's symtab reader.
|
|
|
|
#include "lib/catch.hpp"
|
|
|
|
#include "abg-symtab-reader.h"
|
|
|