mirror of
https://github.com/lukaszraczylo/filepuff-mcp.git
synced 2026-06-10 22:59:01 +00:00
Ho hum.
This commit is contained in:
Vendored
+11
@@ -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
|
||||
Reference in New Issue
Block a user