C++: Add test that show that routine attributes are not fully de-duplicated

This commit is contained in:
Jeroen Ketema
2024-06-14 16:42:56 +02:00
parent e2a47e7c18
commit 7d97463e4d
5 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#define HIDDEN __attribute__((visibility("hidden")))
#include "routine_attributes2.h"