more constexpr fun
authorMatthias Braun <matze@braunis.de>
Thu, 7 Aug 2008 11:49:51 +0000 (11:49 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 7 Aug 2008 11:49:51 +0000 (11:49 +0000)
[r21036]

parsetest/constexpr4.c [new file with mode: 0644]

diff --git a/parsetest/constexpr4.c b/parsetest/constexpr4.c
new file mode 100644 (file)
index 0000000..3c91acb
--- /dev/null
@@ -0,0 +1,7 @@
+int qftol(void);
+
+static int ftolPtr = (int) qftol;
+
+int main(void) {
+       return 0;
+}