In the same vein as #12091, the following does not parse due to the old region-based pointer parser. ```Nim proc foo(x: sink ptr int) = discard ``` ``` Error: region needs to be an object type ```