1 // SPDX-License-Identifier: GPL-2.0 2 /* 3 * kabi_ex.c 4 * 5 * Copyright (C) 2024 Google LLC 6 * 7 * Examples for kABI stability features with --stable. See kabi_ex.h 8 * for details. 9 */ 10 11 #include "kabi_ex.h" 12 13 struct s e0; 14 enum e e1; 15