This commit is contained in:
2026-01-18 18:40:26 +00:00
commit 185e73da47
51 changed files with 14073 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
package main
// This file contains intentional syntax errors for testing.
func broken( {
return
}
type Incomplete struct {
Name string
// Missing closing brace