Test update

This commit is contained in:
Christoffer Lerno
2026-01-29 20:08:58 +01:00
parent 224b120745
commit cb19c7d9e7

View File

@@ -22,6 +22,6 @@ import test3;
fn int main()
{
Bar b;
Bar b; // #error: 'Bar' could not be found, did you spell it right
return 0;
}