X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Funit%2Fgcc-weak-hidden%2Fb.c;h=6344a75290ebf93cf68c678393dfbf10756095c6;hb=a2e4d05e924d4cb02b47430c2d0f39e6a6a89720;hp=218a154537a3e4b60b65bee3ac20787ae05909b4;hpb=dbe6ade0ba17270b2cb119b9961bbb7e48ce4733;p=lttng-ust.git diff --git a/tests/unit/gcc-weak-hidden/b.c b/tests/unit/gcc-weak-hidden/b.c index 218a1545..6344a752 100644 --- a/tests/unit/gcc-weak-hidden/b.c +++ b/tests/unit/gcc-weak-hidden/b.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 {