blob: 603d45bf7369d6ed672b24bc05802ece8aa3181f [file] [log] [blame]
// RUN: rm -rf %t && mkdir -p %t
// RUN: cp %s %t/main.swift
// RUN: %target-swift-frontend -typecheck -playground %t/main.swift -verify
var $a = 2 // expected-error {{expected numeric value following '$'}}