1
Fork 0

update tests

This commit is contained in:
Bastian Kauschke 2020-11-17 11:44:21 +01:00
parent 18fa7789cd
commit c4ba60a191
449 changed files with 658 additions and 950 deletions

View file

@ -1,5 +1,3 @@
#![feature(min_const_generics)]
use std::mem::size_of;
fn test<const N: usize>() {}