mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Test fix.
This commit is contained in:
@@ -15,9 +15,9 @@ fn int main()
|
||||
|
||||
char[] some_slice = "abcdefg";
|
||||
|
||||
char* ref = op - ((ctrl & 31) << 8) - 1;
|
||||
char* ref = op - ((ctrl & 31) << 8) - 1; // #error: conversion requires an explicit cast
|
||||
|
||||
if (@unlikely_that_this_is_false(null < ref)) test(); // #error: conversion requires an explicit cast
|
||||
if (@unlikely_that_this_is_false(null < ref)) test();
|
||||
test();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user