working on code
[simplev-cpp.git] / tests / test_setvl / test.cpp
index a6df168adf1890b5f1cce97b1cc4cd39caf7d0f4..473a2cb55a51d8cffc8f9fd287f3480246e78151 100644 (file)
@@ -1,9 +1,12 @@
+// SPDX-License-Identifier: LGPL-2.1-or-later
+// See Notices.txt for copyright information
+
 #include <cstddef>
 #include <cstdint>
 
 #include "simplev_cpp.h"
 
-VL<8> test_setvl(std::size_t v)
+sv::VL<8> test_setvl(std::size_t v)
 {
-    return sv_setvl<8>(v);
+    return sv::setvl<8>(v);
 }
\ No newline at end of file