From efaa4a3b7a7b92b080937098e67cfe28e7f32296 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Fri, 16 Jan 2026 11:00:00 +0000 Subject: Noted portability error in 'functions/test_attributes.zc'. --- tests/functions/test_attributes.zc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/functions/test_attributes.zc b/tests/functions/test_attributes.zc index fef6a49..1f02694 100644 --- a/tests/functions/test_attributes.zc +++ b/tests/functions/test_attributes.zc @@ -69,8 +69,10 @@ fn complex_calc(x: int) -> int { return x * 2; } +#if defined(__linux__) @section(".custom_section") fn section_func() {} +#endif @weak fn weak_func() {} -- cgit v1.2.3