normal tokens

This commit is contained in:
nora 2022-06-21 14:08:00 +02:00
parent abef21fa0a
commit aa8f6a91b2
3 changed files with 120 additions and 8 deletions

View file

@ -390,7 +390,7 @@ int main() {
#[test]
fn some_operators() {
let src= r#"
let src = r#"
int hello(const char* uwu) <%
uwu[5] <<= 23;
*uwu * (p++);