summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/tests/variables/t0/Makefile.test
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/tests/variables/t0/Makefile.test')
-rw-r--r--usr.bin/make/tests/variables/t0/Makefile.test23
1 files changed, 23 insertions, 0 deletions
diff --git a/usr.bin/make/tests/variables/t0/Makefile.test b/usr.bin/make/tests/variables/t0/Makefile.test
new file mode 100644
index 0000000..1cc58ee
--- /dev/null
+++ b/usr.bin/make/tests/variables/t0/Makefile.test
@@ -0,0 +1,23 @@
+# $FreeBSD$
+#
+# A unsorted set of macro expansions. This should be sorted out.
+#
+A = 0
+AV = 1
+test1:
+ @echo $A
+ @echo ${AV}
+ @echo ${A}
+ @# The following are soo broken why no syntax error?
+ @echo $(
+ @echo $)
+ @echo ${
+ @echo ${A
+ @echo ${A)
+ @echo ${A){
+ @echo ${AV
+ @echo ${AV)
+ @echo ${AV){
+ @echo ${AV{
+ @echo ${A{
+ @echo $}
OpenPOWER on IntegriCloud