"Initialization of stack-allocated int array"

var intArray = stackalloc[] { 1, 2, 3 };


Code snippet taken from "Complete C# Quick Reference - C# 7".