]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/runtime/testdata/testprogcgo/cgonoescape.go
cmd/cgo: disable #cgo noescape/nocallback until Go 1.23
[gostls13.git] / src / runtime / testdata / testprogcgo / cgonoescape.go
index 056be44889b26405c3fd3dfd32fdc7e99d87b53a..f5eebac677ad1c9a669b9c3fd3a328928a4d30cb 100644 (file)
@@ -13,7 +13,7 @@ package main
 // 2. less than 100 new allocated heap objects after invoking withoutNoEscape 100 times.
 
 /*
-#cgo noescape runCWithNoEscape
+// TODO(#56378): #cgo noescape runCWithNoEscape
 
 void runCWithNoEscape(void *p) {
 }