X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Funit%2Fgcc-weak-hidden%2Fc.c;h=8f3cef0fd0b193c55b48a0529d50aea956a14c20;hb=5f6daaef86c3b4cff5af523cbbd8f2630634259d;hp=1a744e29feda691995db3ad64808064d53fb1486;hpb=dbe6ade0ba17270b2cb119b9961bbb7e48ce4733;p=lttng-ust.git diff --git a/tests/unit/gcc-weak-hidden/c.c b/tests/unit/gcc-weak-hidden/c.c index 1a744e29..8f3cef0f 100644 --- a/tests/unit/gcc-weak-hidden/c.c +++ b/tests/unit/gcc-weak-hidden/c.c @@ -1,3 +1,7 @@ +/* + * SPDX-License-Identifier: LGPL-2.1-only + */ + int testint __attribute__((weak, visibility("hidden"))); void *testptr __attribute__((weak, visibility("hidden"))); struct {