tests: fixture 파일명과 unit 동기화
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// ERROR:4:reference
|
||||
unit badptrx;
|
||||
|
||||
fn bad(p: *&i32) -> void {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user