fix build comment in os_freestanding

This commit is contained in:
Laytan Laats
2024-07-23 20:51:00 +02:00
parent efa8c92bab
commit fc2e31fcd0
+1 -1
View File
@@ -1,4 +1,4 @@
//+freestanding //+build freestanding
package os package os
#panic("package os does not support a freestanding target") #panic("package os does not support a freestanding target")