Index: tests/collections/atomic_mpsc.cfa
===================================================================
--- tests/collections/atomic_mpsc.cfa	(revision 6a6e205dc434bc9868c1018598b6e19e86a80c3b)
+++ tests/collections/atomic_mpsc.cfa	(revision f858ca51b2d9f59b5d8a2ff62b2a2c3403410a4e)
@@ -13,5 +13,5 @@
 void ?{}(some_node & this) { this.next = 0p; }
 
-static inline some_node * volatile & ?`next ( some_node * node ) {
+static inline some_node * volatile & next( some_node * node ) {
 	return node->next;
 }
