Remove unnecessary use of pragma once in pr25618 test

This commit is contained in:
Alan Modra
2025-05-07 11:15:49 +09:30
parent bc1b43ef7a
commit 76fd7455e3
2 changed files with 0 additions and 2 deletions

View File

@@ -1,2 +1 @@
#pragma once
__attribute__((visibility("default"))) int bar();

View File

@@ -1,2 +1 @@
#pragma once
__attribute__((visibility("default"))) int foo();