Andrew Kelley 95f5e17e49 behavior tests: correction of C pointer test
This test was also covering this behavior:

```zig
test "equality of pointers to comptime const" {
    const a: i32 = undefined;
    comptime assert(&a == &a);
}
```

This check belongs in its own behavior test which isolates this
behavior; not bundled along with a C pointer test.
2022-05-17 23:50:38 -07:00
..
2022-05-16 13:55:26 -07:00
2022-01-30 21:27:52 +02:00
2020-10-31 12:21:49 +02:00