3test_registerRecordDeviceDriver.cpp:248:5: error: expected unqualified-id before numeric constant
248 | int 3test_registerRecordDeviceDriver(DBBASE *pbase)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3test_registerRecordDeviceDriver.cpp: In function 'void rrddCallFunc(const iocshArgBuf*)':
3test_registerRecordDeviceDriver.cpp:291:19: error: unable to find numeric literal operator 'operator""test_registerRecordDeviceDriver'
291 | iocshSetError(3test_registerRecordDeviceDriver(*iocshPpdbbase));
-------------------------