Advertisement
Guest User

Untitled

a guest
May 30th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. test "foo" {
  2. const null_ptr: ?[*]u8 = null;
  3. const c_ptr: [*c]u8 = null_ptr;
  4. std.debug.warn("{} {}\n", @ptrToInt(null_ptr), @ptrToInt(c_ptr));
  5. }
  6.  
  7. 1/1 test "foo"...0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement