1# C entity name collision 2# We reject names like 'q-unix', because they can collide with the mangled 3# name for 'unix' in generated C. 4 5## 6# @unix: 7## 8{ 'command': 'unix' } 9## 10# @q-unix: 11## 12{ 'command': 'q-unix' } 13