Add issue link to code

This commit is contained in:
Urjasvi Suthar
2026-07-14 21:36:06 +05:30
parent 38788c0348
commit 3a9aa4c169
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// Tests issue: https://github.com/odin-lang/Odin/issues/5640
#include <stdint.h>
#include <stdbool.h>

View File

@@ -1,3 +1,5 @@
// Tests issue: https://github.com/odin-lang/Odin/issues/5640
package test_issues
import "core:testing"